home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Libris Britannia 4
/
science library(b).zip
/
science library(b)
/
COMMUNIC
/
2653A.ZIP
/
GT1600_1.LZH
/
BIRX.BAT
next >
Wrap
DOS Batch File
|
1989-06-08
|
469b
|
19 lines
rem Batch file for BIMODEM
rem
c:\gt\gtbimod %1 %2 c:\gt\bimod\
if errorlevel 4 goto mail
if errorlevel 3 goto host
if errorlevel 2 goto term
goto end
:term
c:\gt\bimod\bipath c:\gt\bimod\bimodem.pth
if errorlevel 1 goto end
c:\gt\bimod\bibat c:\gt\bimod\bimodem.cfg
if errorlevel 1 goto end
:mail
c:\gt\bimod\bimodem /R /P c:\gt\bimod\bimodem.pth /C c:\gt\bimod\bimodem.cfg
goto end
:host
c:\gt\bimod\bimodem /R /C c:\gt\bimod\bimodem.cfg
:end